home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / System7 tools / Frontier / Best of UserLand 3⁄92.cpt / Best of UserLand 3_92 / findBogusDates / readme < prev   
Text File  |  1992-03-13  |  2KB  |  27 lines

  1. Find Bogus Dates -- Desktop Script
  2. -------------------------------
  3.  
  4. Do ever come across a file on your hard disk that was created on January 1, 1904?
  5.  
  6. Or a file that was modified in the year 2016?
  7.  
  8. Or a file that whose modification date pre-dates its creation date?
  9.  
  10. If so, and if it bothers you (or your backup software) this script will fix things up.
  11.  
  12. It's a Frontier desktop script, so when you double-click on it in the Finder it searchs all the files and folders in the folder it was launched from.
  13.  
  14. As it scans it checks both the modification and creation dates for all files and folders and stops when it finds a date that:
  15.  
  16.    1. Is earlier than January 24, 1984 -- the shipdate of the Macintosh. It's hard to imagine that you have any files older than that! You may want to modify the script to put a later date in here; a likely candidate is the date you got your Macintosh.
  17.  
  18.    2. Is later than the time the script started running. Time travel isn't possible (yet! -- it may of course be possible when Apple ships the Knowledge Navigator™).
  19.  
  20.    3. As an additional reality check, it makes sure that the creation date is earlier than the modification date.
  21.  
  22. Before it fixes anything, it confirms with you by displaying a three-way dialog box. Click on Yes to fix the file, No to skip it, and Cancel to stop the traversal. If you hold down the option key and click on Yes it will continue the scan with stopping for confirmations.
  23.  
  24. Hint: check out the creation date on this readme file. It's bogus!
  25.  
  26. UserLand Software
  27. March 13, 1992